PowerTCP Sockets for .NET
Code Examples



The following lists direct links to pages in this help file that contain easy-to-follow code examples.

Use Start and Marshal to execute functions without blocking the User Interface.

Connect to a remote host then send and receive data using TCP.

Post a looping Read to continuously receive data (or wait until data is available) without blocking the UI.

Authenticate a connection to a server to establish secure communication.

Log received and sent data.

Update the UI when the component's state changes (for example, from connected to closed).

Create a high-performance server using IO completion ports.

Create a server using a dedicated thread for each connection.

Authenticate a connected client to establish a secure connection.

Query a DNS server for an email address's mail servers, and a hostname's IP.

Ping a remote host.

Send and receive data between two UDP objects.

Join and leave a multicast group, send data to and receive data from a multicast group.

 

See Also

PowerTCP Sockets for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic